dsh-plugin-optimization:DSH 插件分区管理器
dsh-plugin-optimization 是一款由 AJUbest 维护的 DSH 插件管理组件,采用 MIT 许可证。它旨在解决 DSH 插件来源分散导致的查找与管理混乱问题,通过“一切皆插件”的方式优化扩展能力。该组件将插件列表划分为“自带插件”与“自定义插件”两个独立分区,并将自定义插件统一收敛至 `~/.dsh/custom-plugins/` 目录。其核心功能包括浏览插件目录、从 Git 地址/本地路径/npm 包导入插件、自动注册、开启/关闭及删除插件,以及将历史遗留插件自动收纳至指定分区。此外,它还提供依赖缺失与插件冲突检查提醒。用户需确保本机已安装 Node.js 和 p
Read Moredsh-plugin-diraud:按来源区分 DeepSeek Harness 插件列表
dsh-plugin-diraud 是一款用于 DeepSeek Harness (DSH) 的插件,旨在解决官方插件与自行安装插件混杂的问题。它通过 `/plugin-audit` 命令和侧边栏 `Plugin Catalog` 面板,按来源分组展示当前加载的插件,并区分 `official` 与 `self-installed`。核心功能包括:支持按来源或关键字审计插件;允许用户启用或禁用自行安装插件(状态持久化至配置文件);提供统一的更新入口,兼容 npm 和 GitHub 来源,支持版本检查及批量更新,且任务排队执行以避免并发冲突;支持自行安装插件的确认卸载。官方及内置插件均被锁定,禁
Read Moredsh-plugin-store: Install and manage dsh-plugin ecosystem plugins within the DSH plugin page
dsh-plugin-store is the plugin store for DeepSeek Harness, designed to centralize the management of DSH plugins that are scattered across GitHub. Integrated into the "Settings → Plugins" page of DSH, this tool offers features for browsing plugins, real-time searching, multidimensional filtering (such as by category, tag, and author), and sorting. Its core capabilities include one-click installation, uninstallation, and update detection. It supports automatically handling dependencies and writing them to the profile bundle via `pnpm add`, while also allowing manual installation of packages or subdirectories with specific formats. Installation, uninstallation, and update operations only modify the configuration, requiring a restart of DSH to take effect. The tool supports configuring a `GITHUB_TOKEN` to enhance API rate limits and performs update detection based on the `pushed_at` field. It is suitable for users who need to frequently manage plugins.
Read More